home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Full / Computer Security Tool / ComputerSecurityTool-Setup.exe / {app} / CST.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  2006-02-10  |  1.0 KB  |  51 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 315
  3.   Top = 216
  4.   BorderStyle = bsNone
  5.   Caption = 'CoverPage'
  6.   ClientHeight = 416
  7.   ClientWidth = 581
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 581
  25.     Height = 416
  26.     Align = alClient
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object lblVer: TLabel
  30.     Left = 520
  31.     Top = 398
  32.     Width = 56
  33.     Height = 14
  34.     Alignment = taRightJustify
  35.     Caption = 'v0.0.0.0'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = cl3DDkShadow
  38.     Font.Height = -11
  39.     Font.Name = 'Courier New'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object Timer1: TTimer
  45.     Interval = 3000
  46.     OnTimer = Timer1Timer
  47.     Left = 8
  48.     Top = 336
  49.   end
  50. end
  51.